메인 콘텐츠로 건너뛰기
GET
/
dashboard
Get dashboard data
curl --request GET \
  --url https://your_a2_service/dashboard \
  --header 'Authorization: Bearer <token>'
{
  "email": "<string>",
  "from_date": "2023-11-07T05:31:56Z",
  "role": "advertiser",
  "change_allocations": 0,
  "change_campaigns": 0,
  "change_clicks": 0,
  "change_conversions": 0,
  "change_creatives": 0,
  "change_impressions": 0,
  "change_placements": 0,
  "name": "<string>",
  "total_advertisers": 0,
  "total_allocations": 0,
  "total_campaigns": 0,
  "total_clicks": 0,
  "total_conversions": 0,
  "total_creatives": 0,
  "total_impressions": 0,
  "total_placements": 0,
  "total_retailers": 0
}

Documentation Index

Fetch the complete documentation index at: https://docs.aiderx.io/llms.txt

Use this file to discover all available pages before exploring further.

인증

Authorization
string
header
필수

The access token received from the authorization server in the OAuth 2.0 flow.

쿼리 매개변수

from_date
string<date-time>

응답

Successful Response

대시보드 스키마

email
string
필수

조회 대상 사용자의 이메일

from_date
string<date-time>
필수
role
enum<string>
필수

유저 역할

사용 가능한 옵션:
advertiser,
retailer,
admin
change_allocations
number
기본값:0

할당 수의 증감 비율

change_campaigns
number
기본값:0

캠페인 수의 증감 비율

change_clicks
number
기본값:0

클릭 수의 증감 비율

change_conversions
number
기본값:0

전환 수의 증감 비율

change_creatives
number
기본값:0

소재 수의 증감 비율

change_impressions
number
기본값:0

노출 수의 증감 비율

change_placements
number
기본값:0

지면 수의 증감 비율

name
string | null

조회 대상 사용자의 이름

total_advertisers
integer
기본값:0

전제 광고주 수

필수 범위: x >= 0
total_allocations
integer
기본값:0

전체 할당 수

필수 범위: x >= 0
total_campaigns
integer
기본값:0

전체 캠페인 수

필수 범위: x >= 0
total_clicks
integer
기본값:0

전체 클릭 수

필수 범위: x >= 0
total_conversions
integer
기본값:0

전체 전환 수

필수 범위: x >= 0
total_creatives
integer
기본값:0

전체 소재 수

필수 범위: x >= 0
total_impressions
integer
기본값:0

전체 노출 수

필수 범위: x >= 0
total_placements
integer
기본값:0

전체 지면 수

필수 범위: x >= 0
total_retailers
integer
기본값:0

전체 리테일러 수

필수 범위: x >= 0